home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / SciAn / src / ScianTitleBoxes.h < prev    next >
C/C++ Source or Header  |  1994-08-01  |  289b  |  18 lines

  1. /*** ScianStyles.c function prototypes */
  2.  
  3. #ifndef SCIANTITLEBOXES
  4. #define SCIANTITLEBOXES
  5.  
  6. #ifdef PROTO
  7. void    InitTitleBoxes();
  8. void    KillTitleBoxes();
  9. ObjPtr    NewTitleBox(int, int, int, int, char *);
  10. #else
  11. void    InitTitleBoxes();
  12. void    KillTitleBoxes();
  13. ObjPtr    NewTitleBox();
  14. #endif
  15.  
  16. #endif
  17.  
  18.